Delphi Developer's Guide to XML
Chapter 19 - SAX Generation

Previous   Next   Listings

You can use a SAX writer to compose an XML document by calling the appropriate SAX events in order.

MXWriter.dpr   An XML document generator built around Microsoft's IMXWriter interface
MXWriter1.pas
MXWriter1.dfm
   The main viewer form
SAXWriter.dpr   An XML document generator built around SAX for Pascal's document writer component
SAXWriter1.pas
SAXXWriter1.dfm
   The main viewer form
CommonXML.pas
CommonXML.dfm
   Database access and common XML constants for movie-watcher documents

This project requires the MSXML package from Microsoft, or the SAX for Pascal package.

It also requires the "movie-watcher" BDE alias for the tables from Chapter 15.

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings